From: Joey Hess Date: Fri, 3 Jan 2025 16:30:20 +0000 (-0400) Subject: comment X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~10^2~62 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1eb11808cbdb8f33a9a8a9ec648e39a401d056a2;p=git-annex.git comment --- diff --git a/doc/bugs/git-remote-annex_doesn__39__t_work_on_Windows___40__perms__41__/comment_1_1fa92ca80b15572f8b46c50540e543ce._comment b/doc/bugs/git-remote-annex_doesn__39__t_work_on_Windows___40__perms__41__/comment_1_1fa92ca80b15572f8b46c50540e543ce._comment new file mode 100644 index 0000000000..739dcf7441 --- /dev/null +++ b/doc/bugs/git-remote-annex_doesn__39__t_work_on_Windows___40__perms__41__/comment_1_1fa92ca80b15572f8b46c50540e543ce._comment @@ -0,0 +1,25 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2025-01-03T16:20:37Z" + content=""" +AFAIK, git-remote-annex is not installed on windows. I assume you set up +the link to git-annex yourself. + +This is a puzzling problem to me. I don't know anything about windows +readonly attributes. But I don't think git-annex would ever set them. + +Indeed, it never freezes content on windows at all. That can be seen +in the debug output you posted, where it does say it's "thawing content", +but never "freezing content". + +If you had somehow configured a freeze hook that set the readonly +attribute, it would run it on windows. I suppose you would have thought to +mention if that was the case though. + +Also rather puzzling is that this is a temp object file, and not a +.git/annex/objects/ file. So the failure is apparently happening in the +middle of downloading the GITBUNDLE object, before it gets moved to that +location. But the same code is run at that point as by any download of any +git-annex object. +"""]]